Don't do that. TEXTAREA tags aren't meant to render IMG data.Even browsers with automatic image resizing (IE5,6) don't work because the browser renders contents of TEXTAREA exactly as they are coded. If you must code the IMG tags inside a TEXTAREA, then use the HEIGHT=xxx and WIDTH=xxx parameters inside the IMG tag. Try something friendly, like {IMG WIDTH=800 HEIGHT=600 SRC=http://someserver.com/somepic.jpg}
|